unlock: Fix description for --hotfix
authorColin Walters <walters@verbum.org>
Mon, 16 Jan 2017 18:41:20 +0000 (13:41 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 16 Jan 2017 18:45:08 +0000 (18:45 +0000)
Came up during an IRC discussion.  The text is accurate but
not very helpful.

Closes: #647
Approved by: dustymabe

src/ostree/ot-admin-builtin-unlock.c

index 0f22d0a615d61dd0cec47bd32d1c18e85e47a193..aecba51bb35c2ee76d388807a27686c00434bc90 100644 (file)
@@ -34,7 +34,7 @@
 static gboolean opt_hotfix;
 
 static GOptionEntry options[] = {
-  { "hotfix", 0, 0, G_OPTION_ARG_NONE, &opt_hotfix, "Keep the current deployment as default", NULL },
+  { "hotfix", 0, 0, G_OPTION_ARG_NONE, &opt_hotfix, "Retain changes across reboots", NULL },
   { NULL }
 };